|
This article will go through the steps required to set up a provided test project to test your custom XPages controls. In this tutorial we will be using an example control project: com.example.greenbox, but same steps can be applied to other controls. To follow this tutorial, import the ... |
|
This article will go through the steps required to set up a test project to test custom XPages controls. In this tutorial we will be using an example control project: com.example.xsp, but same steps can be applied to other controls. To follow this tutorial, import the com.example.xsp project which ... |
|
In this simple tutorial the developer will be shown how to build a simple XPage Mobile application from an existing Domino database. Using the familiar Discussion template based application , we take the user on their first steps to creating an XPages Mobile web experience. |
|
Use the JSON RPC Service included in the Extension Library to communicate with the server from Client Side Javascript in an XPage |
|
This is the slidedeck from the AD116 XPages Extension Library, Making Application Developemnt Even Easier session presented at Lotusphere 2011. This session will help and show you how the Extension Library will change the way you do App development, and save you time and resources along the ... |
|
A simple Cheatsheet for XPages Development |
|
File resources are a great way of allowing user configurability in Xpage applications, for example field labels, configurable blocks of text or the choices for dialog boxes. This article shows how users can add configurable information through a simple form and that data can then be transferred to ... |
|
How to get information from the event parameters in a XPage event |
|
A step by step example of how to automatically colour a cell in a View based on data stored in the underlying document. |
|
This presentation demonstrates how to develop and deploy live production wikis using XPages. |
|
Since my initial post I did some more investigation and I'm now showing how to click through from a chart to content. With this you can make a powerful dashboard with good performance |
|
This article intends to provide developers with an understanding of how to integrate the dojox charting classes into XPages to generate a functionally rich chart in a variety of formats. By stepping through the code and providing a sample database, I will show you how to add colour themes, ... |
|
==The Work Around== I had a circumstance where i needed to encode a variable with spaces into a web link via ssjs. So i looked for @URLEncode(), it not there.... So I emailed Paul Hannan and asked if there was a way to do this, and as usual he came back with a quick response with an answer. Here ... |
|
This article provides information on how to create an application for an iPhone. ==Part 1 Size to fit screen== A new task has emerged, i need to make an internal crm database accessible to mobile phones. Since the iPhone is supported for Traveler 8.5.1, i decided to focus on this platform and ... |
|
So i finally figured it out, by piecing many sources of code from around the internet. Step 1. create a custom control. Create a custom control and put your view on it, and put a search bar and a select button above it like this, make the first column have a check box option Configure this for ... |